ScrolledWindow: a couple of spelling/grammar fixes
authorDaniel Boles <dboles.src@gmail.com>
Mon, 2 Jul 2018 19:11:12 +0000 (20:11 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Mon, 2 Jul 2018 19:14:41 +0000 (20:14 +0100)
(A) Put a space in "scrolled window" like the other doc comments
(B) Say "i.e." rather than "ie."
(C) Fix grammar from "makes [...] exactly reaches" to "exactly reach"

gtk/gtkscrolledwindow.c

index 74c42eda33181e3a47e7fdba17c5586c28c2ce94..e46e8dc5d4273c931cf9ed334a2e1432e8885519 100644 (file)
@@ -744,7 +744,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
    * @pos: edge side that was hit
    *
    * The ::edge-overshot signal is emitted whenever user initiated scrolling
-   * makes the scrolledwindow firmly surpass (ie. with some edge resistance)
+   * makes the scrolled window firmly surpass (i.e. with some edge resistance)
    * the lower or upper limits defined by the adjustment in that orientation.
    *
    * A similar behavior without edge resistance is provided by the
@@ -767,7 +767,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
    * @pos: edge side that was reached
    *
    * The ::edge-reached signal is emitted whenever user-initiated scrolling
-   * makes the scrolledwindow exactly reaches the lower or upper limits
+   * makes the scrolled window exactly reach the lower or upper limits
    * defined by the adjustment in that orientation.
    *
    * A similar behavior with edge resistance is provided by the